setShortNameBytes

open fun setShortNameBytes(value: ByteString): MeshProtos.User.Builder

A VERY short name, ideally two characters.
Suitable for a tiny OLED screen
string short_name = 3;

Return

This builder for chaining.

Parameters

value

The bytes for shortName to set.